package graphite

Import Path
	github.com/K-Phoen/grabana/target/graphite (on go.dev)

Dependency Relation
	imports one package, and imported by 7 packages

Involved Source Files graphite.go
Package-Level Type Names (total 2)
/* sort by: | */
Graphite represents a graphite query. Builder *sdk.Target func New(query string, options ...Option) *Graphite
Option represents an option that can be used to configure a graphite query. func Hide() Option func Ref(ref string) Option func New(query string, options ...Option) *Graphite func github.com/K-Phoen/grabana/gauge.WithGraphiteTarget(query string, options ...Option) gauge.Option func github.com/K-Phoen/grabana/graph.WithGraphiteTarget(query string, options ...Option) graph.Option func github.com/K-Phoen/grabana/heatmap.WithGraphiteTarget(query string, options ...Option) heatmap.Option func github.com/K-Phoen/grabana/singlestat.WithGraphiteTarget(query string, options ...Option) singlestat.Option func github.com/K-Phoen/grabana/stat.WithGraphiteTarget(query string, options ...Option) stat.Option func github.com/K-Phoen/grabana/table.WithGraphiteTarget(query string, options ...Option) table.Option func github.com/K-Phoen/grabana/timeseries.WithGraphiteTarget(query string, options ...Option) timeseries.Option
Package-Level Functions (total 3)
Hide the query. Grafana does not send hidden queries to the data source, but they can still be referenced in alerts.
New creates a new Graphite query.
Ref sets the reference ID for this query.